home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / zkf102.zip / zkmdup.bat < prev    next >
DOS Batch File  |  1995-01-04  |  308b  |  6 lines

  1. @rem  This tells you whether the zk fast initialization background process
  2. @rem  is up and ready.  If so, it says "up", otherwise "down".
  3. @rem  Normally you shouldn't really care whether it's up or down,
  4. @rem  because it's taken care of automatically when you run zk.
  5. @zk zkmdup && echo up || echo down
  6.